Xbasic

Office::CellType Enumeration

Description

Data types for a cell in an Office::Spreadsheet.

Discussion

The data type (number, string, etc) stored in a cell can be set in an Office::Spreadsheet. The Office::CellType enumeration contains the available types.

CellType
Description
Office::CellType::Empty

Value = 0.

Office::CellType::Number

Value = 1.

Office::CellType::String

Value = 2.

Office::CellType::Boolean

Value = 3.

Office::CellType::Blank

Value = 4.

Office::CellType::Error

Value = 5.